getEntry

Retrieves a journal entry by its ID.

This method searches the list of journal entries in the UI state and returns the entry that matches the provided ID.

Return

The JournalEntry object if found, or null if no matching entry is found.

Parameters

id

The ID of the journal entry to be retrieved.